Version

ActivityOperationResult<T> Class Members

The following tables list the members exposed by ActivityOperationResult<T>.

Public Properties
 NameDescription
Public PropertyErrorReturns a DataError object containing detailed information about the reason for failure, or null if the operation was successful.  
Public PropertyOperationReturns a constant which identifies the operation, i.e., create, delete, or update.  
Public PropertyStatusReturns a constant which describes the current status of the operation. (Inherited from Infragistics.Scheduler.Data.OperationResultBase)
Protected Properties
 NameDescription
Protected PropertyActivityReturns a reference to the activity associated with this operation.  
Public Events
 NameDescription
Public EventCompletedOccurs when the OperationResultBase.Status transitions to 'Completed'. Applicable only for data connectors which execute operations asynchronously. (Inherited from Infragistics.Scheduler.Data.OperationResultBase)
See Also